home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20000824-20010305 / 000124_news@columbia.edu _Fri Dec 1 11:41:28 2000.msg < prev    next >
Internet Message Format  |  2001-03-05  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA12343
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Fri, 1 Dec 2000 11:41:27 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA21660
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 1 Dec 2000 11:41:27 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA10087
  10.     for kermit.misc@watsun.cc.columbia.edu; Fri, 1 Dec 2000 11:34:19 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jaltman@columbia.edu (Jeffrey Altman)
  13. Subject: Re: Ms-kermit and Windows 9x/NT
  14. Date: 1 Dec 2000 16:34:15 GMT
  15. Organization: Columbia University
  16. Message-ID: <908ju7$9r4$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <sGAA1yRokSWH@cc.usu.edu>, Joe Doupnik <jrd@cc.usu.edu> wrote:
  20. : In article <908ca2$8qd$1@wanadoo.fr>, "GILBERT SA" <gilbert.sa@wanadoo.fr> writes:
  21. : > Please , excuse me for my English (I am French !)
  22. : > 
  23. : > I use only 2 functions of KERMIT (GET and SEND for the transfer file ASCII
  24. : > on serial port RS232 between a PC (COM1) and an industrial material).
  25. : > I don't want to use K95 for prices problems.
  26. : > I should use MSkermit 3.14 or 3.15 for MS-DOS only.
  27. : > But, the PC work with Windows 32 bits (98 or NT).
  28. : > 
  29. : > Sometimes, some PC, I have error '' Unknown hardware for port, using BIOS .'
  30. : > '
  31. : > 
  32. : > In " MSkermi.ini " I impose :
  33. : >             Set com1 \x03f8 4
  34. : >             Set port com1
  35. : > But it does not change.
  36. : > 
  37. : > Please , have you a solution (not by using K95 !)
  38. : > 
  39. : > Thank you
  40. : > Sincerely
  41. : > 
  42. : > Philippe R
  43. : -------
  44. :     Windows thinks it owns the serial port hardware (insert the usual
  45. : MS jokes here). There is an easy way to avoid that, by not starting the
  46. : GUI. See MS docs on hidden text file msdos.sys to include line bootgui=0.
  47. : Nevertheless, Windows tries to present a simulated serial port to MSK.
  48. : If that port is consumed by some Windows app then things won't work and
  49. : you will see that Unknown hardware message.
  50. :     Joe D.
  51.  
  52.  
  53. Obviously, there is no way to avoid starting the GUI on NT/2000.  And
  54. as of the release of Windows ME this option has been taken away as well.
  55.  
  56. The issue about the port numbers and interrupt values is most likely
  57. caused by Windows' use of Plug N Play which assigns random values each
  58. time the machine starts.  The only way to use these devices in a 
  59. consistent manner is to use a Windows device name.  K95 can do that.
  60. MS-DOS Kermit cannot.
  61.  
  62.                   Jeffrey Altman * Sr.Software Designer
  63.                  The Kermit Project * Columbia University
  64.                612 West 115th St * New York, NY * 10025 * USA
  65.      http://www.kermit-project.org/ * kermit-support@kermit-project.org